WINDOW EXIST
This command will return a value of one if the specified window presently exists
Return Integer=WINDOW EXIST(Window Name)
Window Name
String
The name of the window to search for
This value is an integer number such as 1.
a$="malcolm"
set window on
set window title a$
if window exist(a$)=1
print "I Have Found A Window Called ",a$
else
print "I Have Not Found A Window Called ",a$
endif
do
loop
end
DISPLAY Commands Menu
Index